Revision: hackerlab--devo--1.0--patch-64
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Fri May 14 08:45:14 PDT 2004
Standard-date: 2004-05-14 15:45:14 GMT
Modified-files: char/str.c
New-patches: lord@emf.net--2004/hackerlab--devo--1.0--patch-64
Summary: fix str_cpy_n
Keywords: 

str_cpy_n didn't do what the documentation says (always add a final 0,
even if that means writing n+1 characters, don't pad with 0s to
exactly n characters).   Now it does.

